projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
011f432
)
(Ftext_property_not_all): Fix typo in decl.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 21 Jul 1993 22:25:42 +0000
(22:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 21 Jul 1993 22:25:42 +0000
(22:25 +0000)
src/intervals.h
patch
|
blob
|
history
diff --git
a/src/intervals.h
b/src/intervals.h
index 74854add752b79aa2fa3d331e786766ff9ec923d..0115003df722b005b931d598ac523a87314bd043 100644
(file)
--- a/
src/intervals.h
+++ b/
src/intervals.h
@@
-201,7
+201,7
@@
extern Lisp_Object Ftext_properties_at ();
extern Lisp_Object Fnext_property_change (), Fprevious_property_change ();
extern Lisp_Object Fadd_text_properties (), Fset_text_properties ();
extern Lisp_Object Fremove_text_properties (), Ferase_text_properties ();
-extern Lisp_Object Ftext_property_any (), Ftext_property_all ();
+extern Lisp_Object Ftext_property_any (), Ftext_property_
not_
all ();
extern Lisp_Object copy_text_properties ();
extern void syms_of_textprop ();